addRelatedAlerts
No description
addRelatedAlerts(
organizationId: ID!
relatedAlertIds: [ID!]!
existingRelationGroupId: ID
): Boolean!
Arguments
addRelatedAlerts.organizationId ● [ID!](/Incidite GraphQL Docs/types/scalars/id.mdx) non-null scalar
addRelatedAlerts.relatedAlertIds ● [[ID!]!](/Incidite GraphQL Docs/types/scalars/id.mdx) non-null scalar
addRelatedAlerts.existingRelationGroupId ● [ID](/Incidite GraphQL Docs/types/scalars/id.mdx) scalar
Type
[Boolean](/Incidite GraphQL Docs/types/scalars/boolean.mdx) scalar
The Boolean scalar type represents true or false.